home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / TaskEdit.exe / 0 / RCDATA / TFRMCONDISCONNETDRIVE / TFRMCONDISCONNETDRIVE.txt
Encoding:
Text File  |  2003-01-14  |  4.6 KB  |  195 lines

  1. inherited frmConDisconNetDrive: TfrmConDisconNetDrive
  2.   Left = 665
  3.   Top = 95
  4.   HelpContext = 59
  5.   OldCreateOrder = True
  6.   OnShow = FormShow
  7.   PixelsPerInch = 96
  8.   TextHeight = 13
  9.   inherited pnlTop: TPanel
  10.     inherited lblCommandName: TLabel
  11.       Caption = ''
  12.     end
  13.     inherited memActionDesc: TMemo
  14.       Lines.Strings = (
  15.         
  16.           'Connects a drive letter to a network path or disconnects a curre' +
  17.           'ntly connected '
  18.         
  19.           'drive from a network path.  Some networks require a network user' +
  20.           ' name and '
  21.         'password to connect.')
  22.     end
  23.   end
  24.   inherited pnlCenter: TPanel
  25.     inherited pgcControlPage: TPageControl
  26.       inherited tbsAM5Main: TTabSheet
  27.         object lblDriveLetters: TLabel
  28.           Left = 10
  29.           Top = 66
  30.           Width = 185
  31.           Height = 13
  32.           AutoSize = False
  33.           Caption = 'Drive &letter:'
  34.           FocusControl = cbxDriveLetters
  35.         end
  36.         object lblNetPath: TLabel
  37.           Left = 10
  38.           Top = 115
  39.           Width = 357
  40.           Height = 13
  41.           AutoSize = False
  42.           Caption = '&Network path:'
  43.           FocusControl = edtNetPath
  44.         end
  45.         object lblUserName: TLabel
  46.           Left = 10
  47.           Top = 164
  48.           Width = 172
  49.           Height = 13
  50.           AutoSize = False
  51.           Caption = '&User name:'
  52.           FocusControl = edtUserName
  53.         end
  54.         object lblPassword: TLabel
  55.           Left = 239
  56.           Top = 164
  57.           Width = 213
  58.           Height = 13
  59.           AutoSize = False
  60.           Caption = '&Password:'
  61.           FocusControl = edtPassword
  62.         end
  63.         object lblOption: TLabel
  64.           Left = 10
  65.           Top = 16
  66.           Width = 36
  67.           Height = 13
  68.           Caption = 'Option:'
  69.         end
  70.         object cbxDriveLetters: TComboBox
  71.           Left = 10
  72.           Top = 82
  73.           Width = 224
  74.           Height = 21
  75.           ItemHeight = 13
  76.           TabOrder = 2
  77.         end
  78.         object edtNetPath: TEdit
  79.           Left = 10
  80.           Top = 131
  81.           Width = 449
  82.           Height = 21
  83.           TabOrder = 3
  84.         end
  85.         object edtUserName: TEdit
  86.           Left = 10
  87.           Top = 180
  88.           Width = 219
  89.           Height = 21
  90.           TabOrder = 4
  91.         end
  92.         object edtPassword: TEdit
  93.           Left = 239
  94.           Top = 180
  95.           Width = 220
  96.           Height = 21
  97.           PasswordChar = '*'
  98.           TabOrder = 5
  99.         end
  100.         object rdConnect: TRadioButton
  101.           Left = 346
  102.           Top = 68
  103.           Width = 219
  104.           Height = 17
  105.           Caption = '&Connect network drive'
  106.           Checked = True
  107.           TabOrder = 0
  108.           TabStop = True
  109.           Visible = False
  110.           OnEnter = rdConnectEnter
  111.         end
  112.         object rdDisconnect: TRadioButton
  113.           Left = 346
  114.           Top = 89
  115.           Width = 337
  116.           Height = 17
  117.           Caption = '&Disconnect network drive'
  118.           TabOrder = 1
  119.           Visible = False
  120.           OnEnter = rdDisconnectEnter
  121.         end
  122.         object chkPersistent: TCheckBox
  123.           Left = 244
  124.           Top = 32
  125.           Width = 217
  126.           Height = 17
  127.           Caption = 'Reconnect at logon'
  128.           TabOrder = 6
  129.         end
  130.         object RadioButton1: TRadioButton
  131.           Left = 346
  132.           Top = 109
  133.           Width = 337
  134.           Height = 17
  135.           Caption = '&Disconnect network drive'
  136.           TabOrder = 7
  137.           Visible = False
  138.           OnEnter = rdDisconnectEnter
  139.         end
  140.         object cbxConnectOption: TComboBox
  141.           Left = 10
  142.           Top = 32
  143.           Width = 223
  144.           Height = 21
  145.           Style = csDropDownList
  146.           ItemHeight = 13
  147.           TabOrder = 8
  148.           OnChange = cbxConnectOptionChange
  149.           Items.Strings = (
  150.             'Connect using current user'
  151.             'Connect using different user'
  152.             'Disconnect')
  153.         end
  154.       end
  155.     end
  156.   end
  157.   inherited taclKeyboardTrap: TActionList
  158.     Left = 176
  159.     Top = 344
  160.   end
  161.   inherited dxSIBarManager: TdxBarManager
  162.     Categories.ItemsVisibles = (
  163.       2)
  164.     Categories.Visibles = (
  165.       True)
  166.     PopupMenuLinks = <
  167.       item
  168.         Control = lsvAM5Errors
  169.         PopupMenu = dxCheckPopup
  170.       end>
  171.     DockControlHeights = (
  172.       0
  173.       0
  174.       0
  175.       0)
  176.   end
  177.   inherited dxCheckPopup: TdxBarPopupMenu
  178.     ItemLinks = <
  179.       item
  180.         Item = itmCheckAllErrors
  181.         UserGlyph.Data = {00000000}
  182.         Visible = True
  183.       end
  184.       item
  185.         Item = itmCheckNoErrors
  186.         UserGlyph.Data = {00000000}
  187.         Visible = True
  188.       end>
  189.   end
  190.   inherited IvTranslator1: TIvTranslator
  191.     Left = 216
  192.     Top = 344
  193.   end
  194. end
  195.